Nicholas Bamber [Thu, 19 Nov 2020 12:35:27 +0000 (21:35 +0900)]
test integration We always want to run the tests even if our platform is not in the database of validated platforms. And the NFS based test has no chance of success in a bare Debian machine.
Forwarded: not-needed Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Last-Update: 2012-04-17
The supplied expample scipts assume that perl is installed
in /usr/local/bin which is not the case in Debian.
This patch changes the path to /usr/bin/perl in all supplied
example scripts and corrects a comment in scripts/identd.perl5.
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Forwarded: no
Last-Update: 2012-04-17
a lot of minus sign occurences in the lsof man page are missing the
'\' escape sign and would therefore be interpreted as hyphens. This patch
adds the escape signs where appropriate.
===================================================================